Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NValueCondition<T> Class
Members


In This Topic
    NValueCondition<T> Class
    In This Topic
    A condition, which serves as base class for conditions that depend on currently selected element local property values. Normal specificity rank.
    Object Model
    NValueCondition<T> Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class NValueCondition(Of T) 
       Inherits NCondition
       Implements INDomDeepEquals, INDomDeeplyCloneable, Nevron.Nov.INDeeplyCloneable 
    'Usage
     
    
    Dim instance As NValueCondition(Of T)
    public abstract class NValueCondition<T> : NCondition, INDomDeepEquals, INDomDeeplyCloneable, Nevron.Nov.INDeeplyCloneable  
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Dom.NNode
          Nevron.Nov.Dom.NDocumentNode
             Nevron.Nov.Dom.NStylingNode
                Nevron.Nov.Dom.NSelectorPart
                   Nevron.Nov.Dom.NCondition
                      Nevron.Nov.Dom.NValueCondition<T>
                         Nevron.Nov.Dom.NContainsValueCondition<T>
                         Nevron.Nov.Dom.NValueEqualsCondition<T>

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also